Add config for building on windows#85
Conversation
32e5789 to
1cbeff0
Compare
|
Thanks @cyberemissary for this work. My main problem is that I don't have access to a Windows environment. So I cannot maintain and support this configuration. Can you provide a changed in .travis.yml file with the right commands to build the extension and run the phpt tests? I have no idea what to do to compile it on Windows. Thanks in advance ! |
BitOne
left a comment
There was a problem hiding this comment.
Add configuration for running tests on Travis.
|
Although it compiles, it doesn't actually work on windows, Does not return any memory data. I'll try go debug this, but don't know when I will have time. Once I figure it out i'll add the travis configs as well. |
This allows to build on windows in accordance to php build guide: https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2
DISCLAIMER: Personally only tested on PHP 7.2, but this should work for all other version that this extension supports